From 6ce3c78b7a59aa2fb95ae05326b7bea3f4dfa9c2 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sat, 5 Mar 2016 10:38:23 -0500 Subject: [PATCH] Run accessibility tests always with CSD This avoids differences in the output that are caused by the presence or absence of the header bar. --- testsuite/a11y/a11ytests.test.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testsuite/a11y/a11ytests.test.in b/testsuite/a11y/a11ytests.test.in index 99cb1ca5fb..b158f5117b 100644 --- a/testsuite/a11y/a11ytests.test.in +++ b/testsuite/a11y/a11ytests.test.in @@ -1,4 +1,4 @@ [Test] -Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 @libexecdir@/installed-tests/gtk+/accessibility-dump -k --verbose --directory @libexecdir@/installed-tests/gtk+/a11ytests" +Exec=/bin/sh -c "env G_ENABLE_DIAGNOSTIC=0 GTK_CSD=1 @libexecdir@/installed-tests/gtk+/accessibility-dump -k --verbose --directory @libexecdir@/installed-tests/gtk+/a11ytests" Type=session -- 2.30.2